Autogenerated HTML docs for v2.39.0-rc0 
diff --git a/git-maintenance.txt b/git-maintenance.txt index bb88869..805e5a2 100644 --- a/git-maintenance.txt +++ b/git-maintenance.txt 
@@ -50,13 +50,13 @@ 	the background maintenance is restarted later.    register:: -	Initialize Git config values so any scheduled maintenance will -	start running on this repository. This adds the repository to the -	`maintenance.repo` config variable in the current user's global -	config and enables some recommended configuration values for -	`maintenance.<task>.schedule`. The tasks that are enabled are safe -	for running in the background without disrupting foreground -	processes. +	Initialize Git config values so any scheduled maintenance will start +	running on this repository. This adds the repository to the +	`maintenance.repo` config variable in the current user's global config, +	or the config specified by --config-file option, and enables some +	recommended configuration values for `maintenance.<task>.schedule`. The +	tasks that are enabled are safe for running in the background without +	disrupting foreground processes.  +  The `register` subcommand will also set the `maintenance.strategy` config  value to `incremental`, if this value is not previously set. The